home *** CD-ROM | disk | FTP | other *** search
/ Mac OS 9 Serial Number Archive / SN Archive 2023.11.04.toast / LittleBlackBook / LittleBlackBook 1998.08 / LittleBlackBook 1998.08.rsrc / TEXT_131.txt < prev    next >
Encoding:
Text File  |  1998-08-10  |  9.9 KB  |  460 lines

  1.  
  2. Little Black Book
  3. Serial Numbers
  4.  
  5. v1.0.1
  6. compiled by Nighthawk
  7.  
  8. ************************************************************
  9. B
  10.  
  11. Backburner
  12. v3.2    
  13. 12-8524-8880  22-9033-8680  92-9376-8683
  14. v3.1
  15. 02-1606-3424
  16. v2.6
  17. 22-9033-8680 22-9043-5686
  18. -
  19. BackBurner Engine v3.2  (50 User)
  20. Mac-50-014-3189-0336-0187
  21. -
  22. BankUp v1.3
  23. btvfu170ag3     b1in4670ag3     7czka670ag3     ijqxw170ag3     ijvj2170ag3
  24. -
  25. BarCode Pro
  26. v3.0.7
  27. 8707-445 TN293 45501
  28. 8094-645 TN293 45501
  29. -
  30. Bar Code Pro UPC v1.0
  31. 230,780,677,334,210 When Bar Code Pro first launches after installation it will ask 
  32. for the number of bar codes used in the US last year (from the manual on page).
  33. -
  34. BarCode Pro II 
  35. v3.0      8556-545 TN293 45501
  36. v2.0.8   9074-545 TN293 45501
  37. -
  38. Barrack
  39. v1.0.3   
  40.  Name:    Buck Rogers
  41.  Copies:  100
  42.  Code:    PBLKICBJ
  43.  
  44.  Name:    HackUser
  45.  Copies:  100
  46.  Code:    ODMPEDJE
  47.  
  48. v1.0.2
  49.   Name:   SPC
  50.   Copies: 666
  51.   Code:   NNLOANLA
  52. Licensee Name:    Hector
  53. NO. of Copies: 1
  54. License Code:    GADPMLAG
  55. Note:  The license code must be in all caps
  56.  
  57. v1.0
  58. KBJFKKIB Copies:10 'Anonymous'
  59. -
  60. Batch It! v1.0
  61. 53060XXXXX (x=Any Char)
  62. -
  63. Battle for the Planets
  64. v2.0
  65. Serial Number:     
  66. 957550351
  67. 153550759
  68. 287058301
  69. 772845668
  70.  
  71. v1.0
  72. Name: MoonDark
  73. Serial Number: 153550759
  74.  
  75. -
  76. Battle-Girl
  77. v1.0 CD
  78. UUMW-ZBL8-3Y7S-ZF96-PJ34
  79. -
  80. Bedlam 2
  81. v1.0.x
  82. Name: HackUser       SN: 868544       Reg. Number: 601900985
  83. Name: HackUser       SN: 797347       Reg. Number: 552561464
  84. Name: Buck Rogers
  85. Ser.# (lower left field): 2049942273
  86. Reg.# (lower right field): 98765432
  87. -
  88. BeHierarchic
  89. v3.1.x
  90. User Name :HackUser
  91. Serial No :56EF65D8
  92. v3.0.2
  93. User Name :Registered
  94. Serial No :77DBD551
  95. User Name :John Doe
  96. Serial No :22E1FD1E
  97. User Name :<---(3 <option>-spaces)
  98. Serial No :08D68BE8
  99. User Name :=-BOOK-WORM->
  100. Serial No :122319FF
  101.  
  102. The following algorithm used to generate your own numbers is for the technically inclined 
  103. ONLY!
  104. Table:
  105.   Binary            Hex  Bit                      
  106.   Value             Val. Position 
  107.   ----------------  ---- --------
  108.   0010100100111111  293F (bit 00)
  109.   0101001001111110  527E (bit 01)
  110.   1010010011111100  A4FC (bit 02)
  111.   0100100111111000  49F8 (bit 03)
  112.   
  113.   1001001111110000  93F0 (bit 04)
  114.   0010011111100000  27E0 (bit 05)
  115.   0100111111000000  4FC0 (bit 06)
  116.   1001111110000000  9F80 (bit 07)
  117.  
  118.   0011111100000000  3F00 (bit 08)
  119.   0111111000000000  7E00 (bit 09)
  120.   1111110000000000  FC00 (bit 10)
  121.   1111100000000000  F800 (bit 11)
  122.  
  123.   1111000000000000  F000 (bit 12)
  124.   1110000000000000  E000 (bit 13)
  125.   1100000000000000  C000 (bit 14)
  126.   1000000000000000  8000 (bit 15)
  127. Pattern:
  128.   abcdefgh (sequential alphabet letters)
  129.   ^ ^  ^ ^ (swapping indicated by arrows)
  130.   | |  | |
  131.   | +--+ |
  132.   +------+
  133.   or...
  134.   hbfdecga (alphabet letters arranged in pattern form)
  135. Method:
  136.   1. Use the first 2 bytes in the user name as a short word.
  137.   2. Find all numbers in table which, when summed, will derive given word.
  138.      (disreguard first half of long word created by summing)
  139.   3. Create new word by setting bits indicated in the table by numbers used.
  140.   4. Repeat process for the next 2 bytes of the user name.
  141.   5. Place the first derived word next to the second and, using pattern, create result.
  142. Sample:
  143.   Given... 
  144.     User Name : =-BOOK-WORM->    
  145.   Method:  
  146.     1. First 2 bytes are "=-" (Character) or 3D2D (Hex) or 0011110100101101 (Binary) 
  147.  
  148.     2. The following numbers from the table when summed, will derive 3D2D    
  149.        0010100100111111  293F (bit 00) +
  150.        0101001001111110  527E (bit 01) +
  151.        1001001111110000  93F0 (bit 04) +
  152.        1001111110000000  9F80 (bit 07) +
  153.        0111111000000000  7E00 (bit 09) +
  154.        1111000000000000  F000 (bit 12) +
  155.        1110000000000000  E000 (bit 13) +
  156.        1100000000000000  C000 (bit 14) +
  157.        1000000000000000  8000 (bit 15) = 00053D2D or 3D2D by disregarding first short 
  158. word 
  159.     3. According to step 2, bits 0,1,4,7,9,12,13,14, and 15 are ones and the rest 
  160. are zeros:   
  161.             1111001010010011 (Binary) or F293 (Hex)
  162.             ^              ^
  163.             |              |
  164.          (bit 15)       (bit 0)
  165.     4. Next 2 bytes are "BO" (Character) or 424F (Hex) or 0100001001001111 (Binary)
  166.        The following numbers from the table when summed, will derive 424F       
  167.        0010100100111111  293F (bit 00) +
  168.        1001001111110000  93F0 (bit 04) +
  169.        0010011111100000  27E0 (bit 05) +
  170.        0100111111000000  4FC0 (bit 06) +
  171.        1001111110000000  9F80 (bit 07) +
  172.        0111111000000000  7E00 (bit 09) +
  173.        1111000000000000  F000 (bit 12) = 0003424F or 424F by disregarding first short 
  174. word
  175.        bits 0,4,5,6,7,9 and 12 are ones and the rest are zeros:     
  176.             0001001011110001 (Binary) or 12F1 (Hex)
  177.             ^              ^
  178.             |              |
  179.          (bit 15)       (bit 0)      
  180.     5. Derived word one "F293" placed next to derived word two "12F1" is...       
  181.  
  182.          F29312F1
  183.          abcdefgh (sequential alphabet letters)         
  184.          using pattern where (in this example) a=F, b=2, c=9, etc...        
  185.          122319FF <-- Serial Number (finally:)
  186.          hbfdecga (alphabet letters arranged in pattern form)
  187. -
  188. Bernie ][ The Rescue v1.0b3
  189. Name:     Buck Rogers
  190. Reg:       148347
  191. -
  192. BetterWriter v1.0.1
  193. BW9112131832
  194. -
  195. Beyond Press XT
  196. v1.0
  197. GATE00414816
  198. -
  199. BeyondPress 
  200. v4.0
  201. CCE-400-100-243-674235
  202. -
  203. BeyondPress 3.0 (QuarkXPress)
  204. v3.0
  205. BPAF-01AE-MG30-0742
  206. -
  207. Big Business
  208. v2.0
  209. Serial Number        6000-2339
  210. Registration Code    M9-GAVH-7F
  211. Confirmation Code    2525-RG2R-YU2Q-5667
  212.  
  213. Serial Number        600-8849
  214. Registration Code    M9-ZAV4-7F
  215. Confirmation Code    G59F-Q2GP-SHMX-YJ8L
  216.  
  217. Enter the registration information to be able to use this version of Big Business 
  218. for longer than the 30 day trial period:
  219.  
  220. Serial Number           6000-2339
  221. Registration Code     M9-GAVH-7F
  222. Confirmation Code    2525-RG2R-YU2Q-5667
  223.  
  224. To register:
  225. 1. Locate the Big Business program.
  226. 2. Start it while holding down the "Option" key.
  227. 3. Keep the "Option" key depressed until Big Business opens.
  228. 4. In the dialog box presented, click the "New" button.
  229. 5. Use the above info to register the new data file.
  230. -
  231. Big Thesaurus 
  232. AxxxxBC (A+B=C; x=any #)
  233. -
  234. Binuscan v1.0
  235. 16849 PW1: QRBs2LBUeY4 PW2:vUEpAVINq8C
  236. -
  237. BioAssistant
  238. v1.0
  239. 1234667830AXCDE2
  240. Username: MoonDark
  241. Registration Code: 1234X678212B12345
  242. -
  243. Birmy RIP
  244. v4.2
  245. Serial:                 MBNOP  
  246. PrinterCode:            3014898104   
  247. Printer:                Stylus 1500/1520   
  248. FullfilmentResponse:    532291512
  249.  
  250. Serial:                 MBNOP   
  251. PrinterCode:            2998055097   
  252. Printer:                Stylus Color   
  253. FullfilmentResponse:    515579577
  254.  
  255. Serial:                 MBNOP
  256. PrinterCode:            3183329206
  257. Printer:                Stylus Color II/500/600/800
  258. FullfilmentResponse:    297013686
  259.  
  260. Serial:                 MBNOP
  261. PrinterCode:            2981213114
  262. Printer:                Stylus Pro
  263. FullfilmentResponse:    498605498
  264.  
  265. Serial:                 MBNOP
  266. PrinterCode:            2964370107
  267. Printer:                Stylus Pro XL
  268. FullfilmentResponse:    481893563
  269.  
  270. Serial Number:          BKWM0
  271. Printer Code            741092432-BWM
  272. Printer Type            Epson Stylus Color
  273. Fulfillment Response    2052094544
  274.  
  275. Serial Number           BKWM0
  276. Printer Code            538976348-BWM
  277. Printer Type            Epson Stylus Pro
  278. Fulfillment Response    1985771100
  279.  
  280. Serial Number           BKWM0
  281. Printer Code            555819357-BWM
  282. Printer Type            Epson Stylus XL
  283. Fulfillment Response    2002614109
  284.  
  285. v4.1
  286. Serial: MBNOP
  287. PrinterCode: 3014898104
  288. Printer: Stylus 1500/1520
  289. FullfilmentResponse: 532291512
  290.  
  291. Serial: MBNOP
  292. PrinterCode: 2998055097
  293. Printer: Stylus Color
  294. FullfilmentResponse: 515579577
  295.  
  296. Serial: MBNOP
  297. PrinterCode: 3183329206
  298. Printer: Stylus Color II/500/600/800
  299. FullfilmentResponse: 297013686
  300.  
  301. Serial: MBNOP
  302. PrinterCode: 2981213114
  303. Printer: Stylus Pro
  304. FullfilmentResponse: 498605498
  305.  
  306. Serial: MBNOP
  307. PrinterCode: 2964370107
  308. Printer: Stylus Pro XL
  309. FullfilmentResponse: 481893563
  310.  
  311. Serial: MBNOP
  312. PrinterCode: 2964370107
  313. Printer: Stylus Pro XL
  314. FullfilmentResponse: 481893563
  315.  
  316. Birmy PowerRIP 4.1
  317. Serial No.: 6307
  318. Printer Code: 2981212585-82
  319. Fulfillment Response: 318444283
  320. v3.1
  321. Authorization code: 318444283 
  322. (goes with the serial number: 6307)
  323. Serial #:         6307
  324. Printer Code:  2981212585-82
  325. Fulfillment Response:   318444283     <- This is the needed number.
  326.  
  327. Serial Number        :BKWM0
  328. Printer Code         :741092432-BWM
  329. Printer Type         :Epson Stylus Color
  330. Fulfillment Response :2052094544
  331.  
  332. Serial Number        :BKWM0
  333. Printer Code         :538976348-BWM
  334. Printer Type         :Epson Stylus Pro
  335. Fulfillment Response :1985771100
  336.  
  337. Serial Number        :BKWM0
  338. Printer Code         :555819357-BWM
  339. Printer Type         :Epson Stylus XL
  340. -
  341. Black Night
  342. v1.0.7
  343. 0000000D1FF113F
  344. Registration Code: 
  345. CDSa58334DD879B
  346. CDSa58334DD879B
  347. CDSa63334316A54
  348. CDSa723165A95C0
  349. CDSa8418C467AFF
  350. -
  351. Black Night Connection Set v1.0.1
  352. 123456_FFFFFFFD
  353. -
  354. Blade Pro
  355. v2.0.1
  356. 100037
  357. v1.3.x
  358. 85916713
  359. 10921549
  360. 84645982
  361. 40553579
  362. 31115429
  363. -
  364. BluePrint
  365. v5.0.2
  366. 2500-00009062 
  367. 2500-00019822 
  368. 2500-00029682 
  369. 2500-BKWM5642
  370. -
  371. Body Works v3.0
  372. Q24474
  373. -
  374. Bolero
  375. v1.0
  376. Bolero 1.0
  377.   Tango 1.5.2
  378.     SN# "GLMI/301926298"
  379.   Butler SQL 2.1
  380.     SN# "EDGL/1560220268"
  381.   Bolero 1.0
  382.     Use the [k]
  383. -
  384. Bonkheads
  385. v1.0.x
  386. 000-220-666-456
  387. -
  388. Bookends Plus
  389. v4.0.1
  390. Registration Code: 8619 5678 6409 5678
  391. -
  392. Boom
  393. v1.0.1
  394. Name: Akuma
  395. Code: JEWXOIKPKAXAX-030
  396. -
  397. Boris Filters
  398. v1.0
  399. 8F002G-03B8M09-123DL
  400. -
  401. Brainhex
  402. v1.1
  403. Name: MoonDark
  404. Registration Code: next mac os
  405. v1.0
  406. ID   :Registered
  407. Code :mental
  408. ID   :John Doe
  409. Code :american maid
  410. ID   :<---(3 <option>-spaces)
  411. Code :bad dog
  412. ID   :=-BOOK-WORM->
  413. Code :buckaroo banzai
  414. -
  415. Brewer's Planner
  416. v1.0.1
  417. 02-000681
  418. -
  419. Bryce 3D
  420. v3.0
  421. 20050-0015-08227
  422. 20052-0016-02186
  423. v1.0
  424. 20050-00015-08227
  425. -
  426. Bub & Bob
  427. v1.0
  428. Name: MoonDark
  429. Game Code: 467542272
  430. -
  431. Bubble Trouble
  432. v1.0.0
  433. Licensee Name :Registered
  434. No. of Copies :9999
  435. License Code  :NAGODJKH
  436.  
  437. Licensee Name :John Doe
  438. No. of Copies :9999
  439. License Code  :KMOMEEOF
  440.  
  441. Licensee Name :<---(3 <option>-spaces)
  442. No. of Copies :9999
  443. License Code  :JGDGAGFO
  444.  
  445. Licensee Name :=-BOOK-WORM->
  446. No. of Copies :9999
  447. License Code  :NEOOGPCI
  448. -
  449. Burn-It!
  450. v1.0
  451. NBFA-AFFB-EAAB-BAWBK
  452. -
  453. Butler
  454. v2.1
  455. EDGL/1560220268
  456. v2.0.2
  457. ONMM/1560221608
  458.  
  459.    
  460.